home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM B4 / PD-ROM B4.iso / Utilities / Text and Speech / BBEdit 2.2.2 / ToolServer Support / Copy to MPW folder / BBEditShutdown next >
Text File  |  1992-09-02  |  776b  |  29 lines

  1. #    BBEditShutdown
  2. #    Version 2.2d1
  3. #    March 25, 1992
  4.  
  5. #    This script is invoked by BBEdit when it breaks the ToolServer
  6. #    connection. It should reside in the same folder as ToolServer.
  7.  
  8. #############################################################################
  9.  
  10. #    The commands in this section MUST NOT BE ALTERED, or the link between
  11. #    BBEdit and ToolServer will not function correctly.
  12.  
  13. Unset BBEditNBPObj
  14. Unset BBEditNBPType
  15. Unset BBEditNBPZone
  16. Unset BBEditPPCPortName
  17. Unset BBEditPPCClientName
  18. Unset BBEditIsRemote
  19. Unset BBEditExists
  20.  
  21. alias File Target
  22.  
  23. For __Startup__i in `(Files "{ShellDirectory}"BBEditShutdown•≈ || Set Status 0) ≥ dev:null`
  24.     Execute "{__Startup__i}"
  25. End
  26. Unset __Startup__i
  27.  
  28. #############################################################################
  29.